home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d21 / qostnote.arc / AS400Q.TEC < prev    next >
Text File  |  1990-07-05  |  2KB  |  38 lines

  1. Using IBM AS/400 with QEMM-386
  2. by Dan Sallitt
  3.  
  4. The IBM AS/400 is a complicated terminal emulation setup, akin to 
  5. the 5250.  It usually requires 3 files in config.sys (EIMPCS.SYS 
  6. (1K), ECYDDX.SYS (block device - 21K) and FSDD.SYS (needs ECYDDX 
  7. before it - 59K)) and 2 from the command line (a hardware manager 
  8. - either E5250AH.COM (8.2K) or WSEAH.COM, usually - and 
  9. STARTRTR.COM, which is 56K) to get it going, followed by a number 
  10. of other files to implement various functions.
  11.  
  12. One of the cards that AS/400 software can use, the 5250 card (and 
  13. maybe others as well), puts a piece of RAM, 8K or so in size, at 
  14. xC00 (usually CC00).  QEMM 5.00 may not see this RAM, and may 
  15. require that you explicitly exclude it with a parameter on the 
  16. QEMM line in your CONFIG.SYS file.  In addition to excluding this 
  17. area, make sure the RAM parameter is on QEMM; otherwise, 
  18. E5250AH.COM accesses vast portions of the reserved memory area 
  19. when it loads, and all of these areas may need to be excluded to 
  20. prevent crashes when some program accesses them. 
  21.  
  22. Giving E5250AH.COM the parameter /Mx (where x is the same as 
  23. above - C by default) makes it access fewer areas, though the 
  24. areas that are accessed still need excluding if you don't use the 
  25. RAM parameter. 
  26.  
  27. Usually, after the STARTRTR is run, users run a program FSPC.COM 
  28. to make a virtual disk on the mainframe.  This program isn't 
  29. resident and takes no memory.
  30.  
  31. STARTRTR will need 160K of space to load high, even though it 
  32. settles down to 56K or so. 
  33.  
  34. We're hearing in March 1990 of new versions of the IBM AS/400 
  35. software that have fewer and smaller files.  Apparently the 
  36. driver FSSD.SYS and the non-resident FSPC.COM are united in a 
  37. smaller TSR STARTFLR.COM.  
  38.